﻿2026-07-28T04:53:53.5373853Z ##[group]Run $floorBytes = 32GB
2026-07-28T04:53:53.5374505Z [36;1m$floorBytes = 32GB[0m
2026-07-28T04:53:53.5374971Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-07-28T04:53:53.5375463Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-07-28T04:53:53.5376060Z [36;1mWrite-Host "disk preflight: drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-07-28T04:53:53.5376700Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-07-28T04:53:53.5377307Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-07-28T04:53:53.5377909Z [36;1m  exit 1[0m
2026-07-28T04:53:53.5378205Z [36;1m}[0m
2026-07-28T04:53:53.5386531Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-28T04:53:53.5387183Z env:
2026-07-28T04:53:53.5387485Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T04:53:53.5388021Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T04:53:53.5388362Z ##[endgroup]
2026-07-28T04:53:53.7699111Z disk preflight: drive=C:\ free_bytes=113585225728 floor_bytes=34359738368
